Skip to content

Fixing namespace for image samples - #3208

Merged
abgoswam merged 2 commits into
dotnet:masterfrom
abgoswam:abgoswam/image_samples_namespace
Apr 5, 2019
Merged

Fixing namespace for image samples#3208
abgoswam merged 2 commits into
dotnet:masterfrom
abgoswam:abgoswam/image_samples_namespace

Conversation

@abgoswam

@abgoswam abgoswam commented Apr 5, 2019

Copy link
Copy Markdown
Member

Towards #3205

// If you inspect the fileSystem, after running this line, an "images" folder will be created, containing 4 images, and a .tsv file
// enumerating the images.
var imagesDataFile = SamplesUtils.DatasetUtils.DownloadImages();
var imagesDataFile = Microsoft.ML.SamplesUtils.DatasetUtils.DownloadImages();

@rogancarr rogancarr Apr 5, 2019

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.ML. [](start = 33, length = 13)

Do you need this? You don't in ConvertToGrayScale.

Ditto for the rest of the files with this pattern. #Resolved

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added to ConvertToGrayScale in iteration 2 (else its compile time error)


In reply to: 272409998 [](ancestors = 272409998)

@rogancarr

Copy link
Copy Markdown
Contributor
        // 0.394427955

Hmmmmmmmmmmm


Refers to: docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/ImageAnalytics/DnnFeaturizeImage.cs:62 in e178288. [](commit_id = e178288, deletion_comment = False)

@rogancarr rogancarr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with comments

@abgoswam

abgoswam commented Apr 5, 2019

Copy link
Copy Markdown
Member Author
        // 0.394427955

ResNet18 ? :)


In reply to: 480105797 [](ancestors = 480105797)


Refers to: docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/ImageAnalytics/DnnFeaturizeImage.cs:62 in e178288. [](commit_id = e178288, deletion_comment = False)

@sfilipi sfilipi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@shmoradims shmoradims left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@abgoswam
abgoswam merged commit a5f0977 into dotnet:master Apr 5, 2019
abgoswam added a commit to abgoswam/machinelearning that referenced this pull request Apr 5, 2019
* fixing namespace for image samples

* fix compile error
@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants